Welcome![Sign In][Sign Up]
Location:
Search - javascript xml

Search list

[OtherOReilly-Ajax-Hacks

Description: Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.
Platform: | Size: 2995200 | Author: drt | Hits:

[EditorSyntaxHighlighter_1.5.0

Description: dp.SyntaxHighlighter是一个用于对各种程序源代码语法进行加亮显法的JavaScript工具。支持当前流行的各种编程语言包括:C#,C++,Delphi,Java,JavaScript,PHP,Python,Ruby,SQL,VisualBasic,XML/HTML。
Platform: | Size: 58368 | Author: tiger | Hits:

[Otherajax

Description: 本人收集的ajax一些资料,打印版。 Ajax这个概念的最早提出者Jesse James Garrett认为:   Ajax是Asynchronous JavaScript and XML的缩写。   Ajax并不是一门新的语言或技术,它实际上是几项技术按一定的方式组合在一在同共的协作中发挥各自的作用,它包括   使用XHTML和CSS标准化呈现   使用DOM实现动态显示和交互   使用XML和XSLT进行数据交换与处理   使用XMLHttpRequest进行异步数据读取   最后用JavaScript绑定和处理所有数据 谢谢大家 -Ajax I collected some information, print version. Ajax the earliest proponent of this concept of Jesse James Garrett that: Ajax is Asynchronous JavaScript and XML s initials. Ajax is not a new language or technology, it is actually a number of technical means in accordance with certain combinations in a total of collaboration in the same play their respective roles, which include the use of XHTML and CSS to use a standardized DOM dynamically display and interactive use of XML and XSLT for data exchange and to deal with the use of XMLHttpRequest for asynchronous data binding to read the final use of JavaScript and processing of all data Thank you
Platform: | Size: 168960 | Author: victor1302 | Hits:

[Editornotepad++v4

Description: Notepad++ V4.73 绿色软件解压即可使用。 Notepad++ 是一款非常有特色的编辑器,是开源软件,可以免费使用。 功能有: ①、内置支持多达 27 种语法高亮度显示(囊括各种常见的源代码、脚本,值得一提的是,完美支持 .nfo 文件查看),也支持自定义语言; ②、可自动检测文件类型,根据关键字显示节点,节点可自由折叠/打开,代码显示得非常有层次感!这是此软件最具特色的体现之一; ③、可打开双窗口,在分窗口中又可打开多个子窗口,允许快捷切换全屏显示模式(F11),支持鼠标滚轮改变文档显示比例,等等; ④、提供数个特色东东,如 邻行互换位置、宏功能,等等...现在网上有很多文件编辑器,这个却是不可多得的一款,不论是日常使用还是手写编程代码,都能让你体会到它独有的优势和方便。 支持的语言: C, C++ , Java , C#, XML, HTML, PHP, Javascript等-err
Platform: | Size: 1424384 | Author: bingtuo | Hits:

[WEB CodeMyJSUpload

Description: // --- --- --- --- --- // 转发时请保留此声明信息,这段声明不并会影响你的速度! // --------------------------------------------------- // 无术JavaScript上传类 V0.9 // 作者:谢平 // blog: http://birdshover.cnblogs.com // qq : 19999351 // 2006-6-23 // --------------------------------------------------- /* 相关说明: 支持gif,jpg,rar,doc,xml,bmp类型文件上传 以上类型文件后缀自动识别,不需要填写 如果遇到问题,或者发现问题,请与我联系。 */-//---------// Forward declaration when requested to retain this information, this statement does not and will affect your speed!//-// No type of surgery JavaScript From V0.9// Author: Xie Ping// blog: http://birdshover.cnblogs.com// qq: 19999351// 2006-6-23//-/* note: Support for gif, jpg, rar, doc, xml, bmp type of document Chuan above suffix automatically identify the type of document, do not need to fill in If you have problems, or problems, please contact me.* /
Platform: | Size: 3072 | Author: likeilike | Hits:

[JSP/JavajavascriptReadxml

Description: javascriptReadxml javascriptReadxml.rar
Platform: | Size: 1024 | Author: | Hits:

[WEB CodeAirQuerysystem

Description: Asp.net航班查询系统源码 在这个项目案例里,你要用ASP.NET开发航班查询的系统,用户输入出发城市、到达城市、和起止日期,能查询出这段时间内从出发城市到到达城市的所有航班,每个航班有什么仓位以及各个仓位的价格和剩余票数等信息。 实现了一个航班查询系统 巩固了 ASP.NET程序的建立 Web控件的使用 在C#中使用XML Schema 使用ASP.NET验证控件 使用DataGrid的模板列 ADO.NET的使用 数据库中建立存储过程并在C#中调用存储过程 在C#中使用客户端Javascript 安装步骤 a)使用sql server2000附加数据库功能添加一个数据库,数据库文件在\DB_51aspx目录中 b)程序默认sql server2000登陆用户密码均为sa,如果需要调整,打开web.config文件,找到appSettings配置节,修改ConnectionString健的value值
Platform: | Size: 566272 | Author: zouye | Hits:

[Browser ClientJava2JavaScript

Description: 在Java2平台企业版中应用异步JavaScript技术和XML(AJAX) 有范例,这个范例展示了JavaScript技术的DOM API可以用来更有目的地建立或改变一个元素。-In the Java2 Platform, Enterprise Edition Application of Asynchronous JavaScript Technology and XML (AJAX) are examples, this example demonstrates JavaScript technology DOM API can be used to more destinations to establish or change an element.
Platform: | Size: 10240 | Author: 刘洋 | Hits:

[Other Web CodeAjax

Description: 1. AJAX介绍 AJAX是一种运用JavaScript和可扩展标记语言(XML),在网络浏览器和服务器之间传送或接受数据的技术。 2. AJAX实例 AJAX可以用来创建更多交互式的网络应用程序。 3. AJAX源代码 简要分析上一章节效果的代码原理 4. AJAX与数据库 AJAX可以用来和数据端进行数据的交互联通。 5. 使用AJAX制作留言本 使用已有的AJAX教程,制作一个属于自己的留言本吧.... -1. AJAX introduce the use of AJAX is a JavaScript and Extensible Markup Language (XML), in a web browser and server to send or receive data between the technologies. 2. AJAX Examples AJAX can be used to create more interactive Web applications. 3. AJAX source code for a brief analysis of the previous chapter the effect of the code section Principle 4. AJAX and Database AJAX can be used for data and data-side interactive Unicom. 5. The use of AJAX Guestbook produced using existing AJAX tutorial, create a message of their own this bar ....
Platform: | Size: 31744 | Author: lichuxiong | Hits:

[WEB CodeASP

Description: Cell插件基于Xml技术实现客户端与服务器端数据交换的ASP源代码。需要安装用友华表软件技术有限公司的Cell插件后才能正常观看,请先下载Cell插件。 Cell网站: http://www.cellsoft.cc/Cell/index.asp cell插件下载地址: http://www.cellsoft.cc/GL_Down/2008121321664295.exe 产品概述: Cell 插件用于开发B/S结构程序,使用Asp, Asp.net, Jsp, VbScript, JavaScript等语言开发,可以在浏览器中直接打印报表(非IE打印),带有国际化数字签名,让用户使用更方便,更安全。 · 具备Cell组件的所有特色功能,在浏览器中提供报表的显示和打印(非IE的打印) · 网络报表界面美观,大大改善了浏览器中报表的输出效果 · 带有国际化数字签名,让用户使用的更安全、更放心 · 可将报表文件另存为华表文件或者Excel文件,从而可以进行进一步加工 · 支持ASP、ASP.Net、JSP、VBScript、JavaScript等语言开发 在开发工具中将Cell插件引入至工程,然后将Cell插件拖至页面中即可开始报表设计。-Cell Plug-Xml-based technology client and server-side ASP source code for data exchange
Platform: | Size: 151552 | Author: mengchao | Hits:

[JSPIBM_AJAX

Description: IBM 掌握 AJAX系列] 是学习AJAx很入门的资源,内容包含有XML,Javascript脚本以及常用AJax实例-IBM master AJAX series] is a very entry-learning resources for AJAX, content contains XML, Javascript script as well as commonly used examples of Ajax
Platform: | Size: 1110016 | Author: 浩哥 | Hits:

[.netNETairlinesearch

Description: Asp.net航班查询系统源码 在这个项目案例里,你要用ASP.NET开发航班查询的系统,用户输入出发城市、到达城市、和起止日期,能查询出这段时间内从出发城市到到达城市的所有航班,每个航班有什么仓位以及各个仓位的价格和剩余票数等信息。 本案例实现了一个航班查询系统 巩固了 ASP.NET程序的建立 Web控件的使用 在C#中使用XML Schema 使用ASP.NET验证控件 使用DataGrid的模板列 ADO.NET的使用 数据库中建立存储过程并在C#中调用存储过程 在C#中使用客户端Javascript 安装步骤 a)使用sql server2000附加数据库功能添加一个数据库,数据库文件在\DB_51aspx目录中 b)程序默认sql server2000登陆用户密码均为sa,如果需要调整,打开web.config文件,找到appSettings配置节,修改ConnectionString健的value值-err
Platform: | Size: 563200 | Author: nsp | Hits:

[xml-soap-webservicedmenu

Description: Lotus Notes开发组件模板库 弹出窗口菜单选择 用于B/S结构开发,也可以用Notes直接打开后点视图SelectMenu,可以看效果 This is a simple to use application that allows you to create different types of Dynamic menus for your Domino Web Applications. This application uses XML, XSLT and client side JavaScript to generate the dynamic menus. The caveat being that it is available only for Internet Explorer 5.0 and above web browsers.-Lotus Notes component development template library for pop-up menu to select the B/S structure of the development of Notes can also be used directly after the point of view open SelectMenu, the effect can be seen This is a simple to use application that allows you to create different types of Dynamic menus for your Domino Web Applications.This application uses XML, XSLT and client side JavaScript to generate the dynamic menus.The caveat being that it is available only for Internet Explorer 5.0 and above web browsers.
Platform: | Size: 32768 | Author: david w | Hits:

[Other Web CodedynamicTreeofdesign

Description: 基于AJAX的动态树型结构的设计与实现 简要介绍了一种通用的,动态树型结构的实现方案,该方案基于Asynchronous JavaScript and XML,结合Struts框架设计实现了结构清晰、扩展性良好的多层架构,数据存储于数据库,结合XML描述树的节点信息,使得任何按预定的XML文档描述的信息都可以通过动态树来展现。-AJAX-based dynamic tree structure Design and Implementation of a brief introduction of a universal, dynamic tree structure of the realization of the program, the program is based on Asynchronous JavaScript and XML, combined with the design of Struts framework to achieve a clear structure, good scalability of multi-storey architecture, data stored in databases, combined with XML description of the tree node information, making any target XML document describes the information to pass through the dynamic tree to show.
Platform: | Size: 26624 | Author: ph | Hits:

[Otherxmlsend

Description: 使用javascript创建xml,并实现xml文件发送。-Use javascript to create xml, and to achieve xml file.
Platform: | Size: 1024 | Author: zlh | Hits:

[.netwcfAJAXserver

Description: 本示例演示如何使用 Windows Communication Foundation (WCF) 创建基本的 ASP.NET 异步 JavaScript 和 XML (AJAX) 服务(通过从 Web 浏览器客户端使用 JavaScript 代码可以使用的服务)。-This sample demonstrates how to use Windows Communication Foundation (WCF) to create a basic ASP.NET Asynchronous JavaScript and XML (AJAX) services (from the Web browser client using JavaScript code can use the service).
Platform: | Size: 18432 | Author: sunwei | Hits:

[JSP/Javastruts_validator

Description: struts validator验证框架 1、配置: * 加入国际化配置在struts-config.xml文件中,如: <message-resources parameter="MessageResources" /> * 提供国际化资源文件 * 引入validator插件在struts-config.xml文件中,如: <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in> * 提供validation.xml和validator_rules.xml文件,将此文件拷贝到WEB-INF下 2、validator服务器端验证 * 配置validation.xml文件 3、validator客户端验证(javascript) ) * 配置validation.xml文件 * 在jsp页面中包含< html:javascript> * 对需要验证的表单定义onsubmit事件,其中事件名称为validate+ActionForm的名称,如:validateLoginForm -struts validator to verify the framework 1, configuration:* join the international allocation in the struts-config.xml file, such as: <message-resources parameter= MessageResources />* International* The introduction of resource file validator plug-in struts-config . xml file, such as: <plug-in className= org.apache.struts.validator.ValidatorPlugIn > <set-property property = pathnames value = /WEB-INF/validator-rules.xml,/WEB-INF/validation.xml /> </ plug-in>* provide validation.xml and validator_rules.xml document, copy this file to the WEB-INF under 2, validator server-side validation* validation.xml configuration file 3, validator client-side validation (javascript))* configuration file* validation.xml in jsp page contains <html: javascript>* on the need to verify the definition of the form onSubmit incident, in which case the name of validate+ ActionForm name, such as: validateLoginForm
Platform: | Size: 1350656 | Author: wuxiaodong | Hits:

[Internet-Networkdzd123

Description: Google maps API中应用JavaScript解析xml文件-Google maps API in JavaScript analytic application xml file
Platform: | Size: 2048 | Author: 丁照东 | Hits:

[JSP/Javaproductmenu

Description: XML+ASP 强大的自动生成静态产品目录网页实例,可完全代替数据库+服务端程序的网站设计模式.优点在于: 1.它只需在自己的配置有IIS或其它ASP执行软件的电脑上执行一次便自动生成大量(上传的示例会生成两千多页)静态html网页,你只需将这些静态网页和图片发布到网站服务器上去就行了,因此,在服务器不支持数据库或服务器端程序如ASP, JSP等的情况下照样可用. 2.网上有许多工具能方便的修改xml,你完全不需要学习数据库知识和安装数据库软件. 上传的代码是已经应用的代码. 提示: 1.由于以前写的时候没有考虑给别人看的,所以没写太多注释,请见谅,不过ASP结构是很清淅的 2.javascript 装在一个.js文件里且经过了压缩,目的是节省空间,这在生成大量网页时很重要.如需修改请用专门的script修改工具. 效果可以看下: http://www.samluo.com/light/light.htm 这个目录里的两千多文件全是由一个ASP文件预先生成的.-XML ASP powerful automatically generate static catalog pages example, can completely replace the database services side of the website design process model. The advantage of: 1. It only in their own equipped with IIS or other ASP implementation of the software running on your computer will automatically generate a large number of (From the sample will generate more than 2000 pages) static html pages, you are going to take these static pages and images posted to the web server up on the list, so the server does not support the database or server-side program such as ASP, JSP, etc. can be used the same circumstances. 2. There are many online tools can easily modify the xml, you do not need to learn to install a database of knowledge and database software. On
Platform: | Size: 82944 | Author: sam | Hits:

[Internet-NetworkXMLHTTP

Description: XMLHTTP对象参考手册,XmlHttp是一套可以在Javascript、VbScript、Jscript等脚本语言中通过http协议传送或从接收XML及其他数据的一套API。XmlHttp最大的用处是可以更新网页的部分内容而不需要刷新整个页面。 -XMLHTTP对象参考手册
Platform: | Size: 18432 | Author: 方轩 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

CodeBus www.codebus.net